Fire up your applications with Jetfire
RSS
Jetfire Wiki


Quick Search
»
Advanced Search »

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category






















This search, performed through 1.76 MB (516 documents, 4735 words), completed in 0.0 seconds and yielded 30 results.

Jetfire Admin Panel — 4.3%

Jetfire Admin Panel The Jetfire Admin Panel is used to build Web 2.0 enabled applications for the website. The panel is available in two operational modes: WebMaster Administrator By using Roles, the website administrator can create the two different views of the Jetfire Admin Panel. The 'WebMaster' view is targeted at users who create pages, manage content and menus on a daily basis. The 'Administrator' view is the super-set [...]

Form Maker Overview — 2.2%

Form Maker Overview Form Maker is a visual design tool for building simple Jetfire programs. The image to the right shows the Form Maker in design view. For information how to use FormMaker, check out Tips for using FormMaker . Why use Form [...]

Jetfire Debug Panel — 1.9%

Jetfire Debug Panel The Jetfire Debug Panel is used to debug Web 2.0 enabled applications for the website. The panel is used by the System Administrator to debug Jetfire issues. Getting Started Before the Jetfire Debug Panel can be used, it progresses through a series of stages: If the user is not logged into CMS, the Jetfire Debug Panel prompts the user to login. The user sees the CMS Login Prompt. The user MUST be logged [...]

Web Part: Jetfire Form Maker — 1.3%

Designing with Form Maker Jetfire Form Maker Web Part The Jetfire Form Maker Web Part can be used to build forms, quizes and surveys. It is a visual designer that is used to auto-generate Jetfire code that is automatically ready to deploy. Access The Web Part is accessed from the Jetfire Forms Web Part Library . Example using

Web Service: Workflows — 1.1%

Web Service Web Methods for Workflows (return to Jetfire Web Service ) This page contains a number of web methods that are used to get workflows. Get Collection Get List Get Named Workflows Get Named Workflows for List Items Get Named Workflows in Current State Get Workflow Get Workflow by Subject Get Workflow Structure Get Workflows Get Workflow in Workspace Workflows Workspaces Get Workflows Get Named Workflows This methods gets the workflows requested by the class name. Prerequisites: [...]

Jetfire Libraries — 0.9%

Libraries Jetfire (Workflow) Libraries Libraries are also referred to as the 'Catalog of Web Parts'. Build Web 2.0 websites with Jetfire Web Parts. Jetfire is a workflow domain specific language that makes it simple to build process driven websites. Jetfire Base Library is used by Jetfire Users to display, create, edit and delete Jetfire workflows in a page. Jetfire Navigation Library is [...]

Web Part: Create Jetfire User — 0.9%

Create Jetfire User Web Part This Web Part is used to create new Jetfire Users. The basic form displayed in the first image is a standard form that is produced by this Web Part. It collects various information for the new Jetfire user. The second image is the same form, albeit decorated differently and displaying a different set of fields (due to how the Web Part is configured). Of particular [...]

Application Interface — 0.8%

Overview The application interface has been designed to allow Jetfire objects to be accessed directly within .net code. Jetfire objects can be accessed a)using Jetfire framework classes b)using .net DLR interface or c) a combination of the two techniques. Jetfire programs can also access .net objects . Exceptions can be thrown in Jetfire and caught directly in .net code. Calling Jetfire [...]

Jetfire Code: Hints for Writing Good Code — 0.7%

Jetfire Code: Hints for Writing Good Code This page contains a number of suggestions that may help in writing good Jetfire code. The suggestions include: Structure Hints Syntax Hints Semantic Hints Structure Hints Keep the size of the code files small. Follow indentation practices to make your code easy to read. Whitespace makes code easier to read. Follow the code template. TrackerRealm marks Jetfire code as GNU GPL. Decide how you copyright your code and add it to the [...]

Jetfire Overview — 0.7%

Jetfire Overview Jetfire is a dynamic, multi-user, object oriented language and runtime support. The language derives its syntax from C# and Java. Jetfire extends this syntax by adding first class support for features such as states , roles , versioning, audit information and persistence . Objects and classes ( code ) in Jetfire are automatically and transparently placed in permanent storage on a server nexus . This storage can either be a file system, [...]

Jetfire vs CSharp — 0.7%

Jetfire vs CSharp Differences Overview Jetfire's core syntax is identical to C#. Jetfire contains extensions to the .net C# language to simplify programming. To reduce the complexity of the programming model certain aspects of the .net C# language are not required in Jetfire. Jetfire Extensions Jetfire has a number of first class constructs not in C#. Code examples can be found at the Jetfire [...]

Jetfire Administration: Security Using Roles — 0.7%

Jetfire Administration: Security Using Roles Roles and Workspaces are used to secure data for the Registration solution. Securing Workflows Let's walk through an example of how Workflows are secured. The example secures data for the XYZ Workflow. Workflow Name: 'XYZ' To secure the workflow data, follow these steps: Create a unique Workspace for every Club. The Workspace name is 'XYZ'. Create a unique Role. The Role name is 'XYZ'. Add the 'XYZ' Role [...]

First Class Constructs — 0.7%

Jetfire First Class Constructs Jetfire at its heart is an OO language based heavily on C# and Java. Jetfire does have a number of first class constructs that traditional object oriented languages (such as C#) do not have. These constructs provide Jetfire with its unique capabilities. They include: Object and Class Persistence : Jetfire objects and classes (code) are persistent . They are automatically serialized and stored in a workspace or namespace [...]

Using .net Objects — 0.7%

Using .Net Objects within Jetfire (V1.3.6+ ) Beginning with release V1.3.6 of the Jetfire download .net objects ( CLR objects ) can be used directly within Jetfire with a few restrictions. Dot net object support will be phased in over a number of releases beginning with V1.3.6. Static methods and properties of a .net class can be used exactly like Jetfire class within Jetfire. Instance methods and properties of a .net object [...]

Web Parts Library: Jetfire Base — 0.6%

Jetfire Base Web Parts Library The Jetfire Base Web Parts Library contains the following web parts. Add new Workflow to List is used by the Jetfire User to add a new workflow to a list. Add Workflow to List is used by the Jetfire User to add the workflow to a list. Command with Parameters is used by the Jetfire User to execute a command with parameters. Copy Workflow is used by the Jetfire User to copy a workflow. [...]

Jetfire Code: QnA — 0.6%

Jetfire Code: QnA Class The Jetfire Code Class for QnA (Questions and Answers) is shown below in the box. This simple class is inherited by Quizes and Surveys that are designed using Form Maker . // Q n A W O R K F L O W //=================================================================================== // QnA.txt //=================================================================================== // Copyright [...]

Web Service: Jetfire — 0.6%

Jetfire Web Service The Jetfire Web Service provides an client interface to Jetfire Users. It is used to connect to a Jetfire Nexus which provides access to Jetfire workflows. The Jetfire Web Service is used to access: Jetfire Web Service Login is required to access to the Jetfire Nexus. Jetfire Workflows explains how to retrieve workflows [...]

Jetfire Code Life Cycle — 0.6%

Jetfire Code Life Cycle The life cycle of a Jetfire Code Class is displayed in the following picture. The steps include: Write the code Parse the code into an Expression Tree Run the code in the .net Framework Common Language Run-time environment Change the code in a Visual Designer In designing the Jetfire language, we started with the programmatic model. This allows us to write unit tests against the code base to ensure that the design does not stray. Once the programmatic model was mature, we introduced [...]

Web Part: Jetfire Registration Form — 0.6%

Figure 1: Registration Form Jetfire Registration Form Web Part The Membership Renewal Review Web Part is a custom Web Part built for the Registration Solution. Access This Web Part is accessed from the Jetfire Registration Web Parts Library . Example usage of the Web Part The Jetfire User uses the Membership Renewal Review Web Part to review renewal requests sent to members as part of the Self-Registration Process. [...]

Securing the Jetfire Web Service — 0.6%

Securing the Jetfire Web Service (return to Jetfire Web Service ) The Jetfire Web Service API is a general purpose web service that provides full access to Jetfire Workflows. An open web service Without security settings, The Web Service transmits data in clear text between the client and the Jetfire Service. Users can log into any Jetfire subscription. A website may have multiple Jetfire subscriptions [...]

Form Maker: a Visual Designer — 0.5%

Visual Designers for Jetfire The Jetfire language is patterned after C#. Since our goal is to make it simple for power users to design programs, a visual designer is necessary to achieve this goal. This page introduces the reader to a set of Visual Designers. Forms A form is a document with spaces (fields) in which to write or select, for a series of documents with similar contents. The documents usually have the printed [...]

Web Parts Library: Jetfire Navigation — 0.5%

Jetfire Navigation Library The Jetfire Navigation Web Parts library contains the following web parts: Classes by Namespace is used by the Jetfire Administrator to display workflow classes for a namespace that Jetfire Users use to create workflows. Contact Navigation displays Contacts. Lists is used by the Jetfire Administrator to display lists of workflows that Jetfire Users can select [...]

Jetfire Web Parts Overview — 0.5%

Jetfire Web Parts Overview A Web Part is an ASP.NET server control that is added to a Web Part Zone on Web Part Pages by designers at design time or users at run time. Web Parts are an integrated set of controls for creating Web sites that enable end users to modify the content, appearance, and behavior of Web pages directly from a browser. (Refer to Web Parts Namespace for an integrated set of classes and interfaces, known collectively as the Web [...]

Web Parts Library: Jetfire Login — 0.5%

Jetfire Login Web Parts Library The Jetfire Login Web Parts Library includes: Create Jetfire Role and User is used by the Jetfire [...]

Web Part: Jetfire Create Jetfire User with Role — 0.5%

Jetfire Create Jetfire User with Role Web Part This Web Part is used to create new Jetfire User with a Role. Access This Web Part is accessed by the Jetfire Admin Panel and the Jetfire Login Web Parts Library . Editor for Create Jetfire User with Role Edit Properties Custom Edit properties include: Admin Role: A comma-delimited list of Roles that can use the Web Part. Prompt for [...]

Workflow — 0.5%

Overview In Jetfire a 'workflow' refers to a workflow object. A Jetfire 'workflow' is an instantiation of a ' Workflow Class '. Jetfire workflow classes have a number of unique first class attributes such as persistence, dynamic access modifiers , and states . A workflow object at its heart is still a standard OO object that describes data and operations (workflow class) that operate on the data. Jetfire objects are either workflow objects or Intrinsic Object s. CLR vs Jetfire [...]

Web Parts Library: Jetfire Admin — 0.4%

Jetfire Admin Web Parts Library This library includes: Jetfire Audits is used by Jetfire Administrators to view Jetfire Audits on the web page. Jetfire Audits [...]

Jetfire Code: Form Sample — 0.4%

Jetfire Code: Form Sample The Jetfire Code Class for a Demo Form is shown below in the box. This class is used to demonstrate how to build a Form using Form Maker . // D E M O F O R M W O R K F L O W //=================================================================================== // DemoForm.txt //=================================================================================== // [...]

Jetfire Keywords — 0.4%

Jetfire Keywords Jetfire keywords are similar to C# keywords. A keyword is an identifier-like sequence of characters that is reserved, and cannot be used as an identifier except when prefaced by the @ character. keyword: one of abstract - type of class access - first class construct for workflow as - used in casting at root - first class construct for workflow base - refers to inherited instances bool - boolean class break - used with loop byte - byte class call - first class [...]

Jetfire Code: Contact Lists — 0.4%

Jetfire Code: Contact Lists The Jetfire Code Class for Contact Lists is shown below in the box. This file contains a set of classes that are used in Contact Workflows. // C O N T A C T L I S T S W O R K F L O W //=================================================================================== // ContactLists.txt //=================================================================================== // Copyright (C) 2007 TrackerRealm Corporation // This file is part of Jetfire. [...]

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.